Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.swt.browser.WindowEvent

Packages that use WindowEvent
org.eclipse.swt.browser SWT Browser widget. 
 

Uses of WindowEvent in org.eclipse.swt.browser
 

Methods in org.eclipse.swt.browser with parameters of type WindowEvent
 void VisibilityWindowListener.hide(WindowEvent event)
          This method is called when the Browser is requested to be hidden.
 void VisibilityWindowListener.show(WindowEvent event)
          This method is called when the Browser is requested to be displayed.
 void VisibilityWindowAdapter.hide(WindowEvent event)
          This method is called when the Browser is requested to be hidden.
 void VisibilityWindowAdapter.show(WindowEvent event)
          This method is called when the Browser is requested to be displayed.
 void OpenWindowListener.open(WindowEvent event)
          This method is called when a new window needs to be created.
 void CloseWindowListener.close(WindowEvent event)
          This method is called when the window hosting a browser should be closed.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.